FCM Service
-
Global factory const which can be used to create a
FCMServiceClient
with aStitchAppClient
. Pass intoStitchAppClient.serviceClient(fromFactory:withName)
to get an `FCMServiceClient.Declaration
Swift
public let fcmServiceClientFactory: AnyNamedServiceClientFactory<FCMServiceClient>
-
The FCM service client, which can be used to send push notifications to other users via MongoDB Stitch.
See moreDeclaration
Swift
public protocol FCMServiceClient
-
Global factory const which can be used to create a
FCMServicePushClient
with aStitchPush
. Pass intoStitchPush.pushClient(fromFactory:withName)
to get an `FCMServicePushClient.Declaration
Swift
public let fcmServicePushClientFactory: AnyNamedPushClientFactory<FCMServicePushClient>
-
The FCM service push client.
See moreDeclaration
Swift
public protocol FCMServicePushClient
-
An FCMSendMessageNotification encapsulates the details of an FCM send message request notification payload.
See moreDeclaration
Swift
public struct FCMSendMessageNotification : Encodable
-
A builder class which can be used to prepare the notification inside of an FCM send message request.
See moreDeclaration
Swift
public class FCMSendMessageNotificationBuilder
-
FCMSendMessagePriority indicates the priority of a message.
See moreDeclaration
Swift
public enum FCMSendMessagePriority : String, Encodable
-
The result of an FCM send message request.
See moreDeclaration
Swift
public struct FCMSendMessageResult : Decodable
-
The details of an individual message failure inside an FCM send message request.
See moreDeclaration
Swift
public struct FCMSendMessageResultFailureDetail : Decodable